Controller

Undocumented in source.

Members

Aliases

show
alias show = render
Undocumented in source.

Functions

addMiddleware
bool addMiddleware(IMiddleware m)

add middleware return true is ok, the named middleware is already exist return false

after
bool after()

called after action return true is continue false is finish

before
bool before()

called before action return true is continue false is finish

doMiddleware
bool doMiddleware()
Undocumented in source. Be warned that the author may not have intended to support it.
done
void done()
Undocumented in source. Be warned that the author may not have intended to support it.
getMiddlewares
IMiddleware[] getMiddlewares()
Undocumented in source. Be warned that the author may not have intended to support it.
render
void render()
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

cache
UCache cache [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
cacheManger
cacheManger [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
isAsync
bool isAsync [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
response
response [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
session
session [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
view
View view [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_view
View _view;
Undocumented in source.
middlewares
IMiddleware[] middlewares;

called before all actions

request
Request request;
Undocumented in source.

Meta